Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 461 Bytes

16.20.46 - 1.7.14.md

File metadata and controls

12 lines (9 loc) · 461 Bytes

1.7.14

  • WebSocket服务器onOpen回调函数第2个参数由$fd调整为$request对象
  • WebSocket服务器onHandShake回调函数中执行close不回调onOpen
  • PHP5.3不再需要脚本末尾手工加swoole_event_wait
  • 增加swoole_server->tick和swoole_timer_tick函数
  • 修复onReceive数据合并失效的BUG
  • Http服务器增加gzip压缩的支持
  • swoole_server->send支持发送swoole_buffer对象
  • Http服务器允许发送空body的response